home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso
/
pc
/
assets
/
gray-mpc.dcr
/
00034_FULLSCREEN.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-07-21
|
384 b
|
28 lines
global checkForFullScreen, mtime
on beginSprite me
checkForFullScreen = 0
end
on mouseUp me
if checkForFullScreen = 1 then
checkForFullScreen = 0
else
checkForFullScreen = 1
end if
puppetSound(2, "Clicker")
if not checkForFullScreen then
go("small")
else
go("large")
end if
end
on mouseWithin me
cursor(280)
end
on mouseLeave me
cursor(-1)
end